bitkeeper revision 1.1159.130.2 (41792e00jkEsXaBpAPRHZ9mVTslOxg)
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>
Fri, 22 Oct 2004 15:57:52 +0000 (15:57 +0000)
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>
Fri, 22 Oct 2004 15:57:52 +0000 (15:57 +0000)
New event-channel interface requires ctrl-if driver to wildcard
both ports in its bind request.

linux-2.6.8.1-xen-sparse/arch/xen/kernel/ctrl_if.c

index c5093059975c8f47d8a9256fe22345f1b922d25a..78195fa1ab54a962800740ce99ad6a0299b17ed9 100644 (file)
@@ -481,6 +481,8 @@ void ctrl_if_resume(void)
         op.cmd = EVTCHNOP_bind_interdomain;
         op.u.bind_interdomain.dom1 = DOMID_SELF;
         op.u.bind_interdomain.dom2 = DOMID_SELF;
+        op.u.bind_interdomain.port1 = 0;
+        op.u.bind_interdomain.port2 = 0;
         if ( HYPERVISOR_event_channel_op(&op) != 0 )
             BUG();
         xen_start_info.domain_controller_evtchn = op.u.bind_interdomain.port1;